home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / editor.lha / editor / Editor.doc next >
Encoding:
Text File  |  1995-02-22  |  2.4 KB  |  94 lines

  1. Small docfile for the editor.
  2. =============================
  3.  
  4. No copyright, no shareware, just enjoy....
  5.  
  6. Features : Edits users both on- and offline.
  7.            Sends nodemessages
  8.            CreditRecord is compatible with the 'Creditor'.
  9.  
  10. How to install the editor.
  11.  
  12.  
  13. Copy the files to DOORS:RobTools/Editor/
  14.  
  15. (Except saveupdownload, this goes to DOORS:/RobTools/)
  16.  
  17.  
  18. How to run the door.
  19.  
  20. CMD = "E" 250-255
  21.    {
  22.       XenolinkDoor "Doors:RobTools/Editor/Editor ~20 10"
  23.    }
  24.  
  25. The second parameter is the first computer in your 
  26. computerlist.config that is not an amiga. 
  27. (assuming the first are Amiga's and the rest are not)
  28.  
  29. Note:
  30.  
  31. - Although it is possible to change the name of one of the 
  32.   online users, it is not possible to save this change.
  33.   (the door will tell you this..) 
  34.   If you change the name of an online user to the same name as 
  35.   one of your other users then you MUST change it back before he
  36.   logs out. The other users record might be damaged if you do not
  37.   change it back. You can use the savename.rexx and checkname.rexx 
  38.   utilities in your login and logout menu to remind you.
  39.   
  40. (login menu)   REXX "Doors:RobTools/SaveName.rexx ~14 ~100"  
  41. (logout menu)  REXX "Doors:RobTools/CheckName.rexx ~14 ~100" 
  42.  
  43.  
  44.   The namechange function offers some nice possibilities.
  45.  
  46.   examples :
  47.              - Cheating with doorgames...
  48.              - Writing mail under a different name without
  49.                creating a new account.
  50.  
  51.              - etc. etc...
  52.  
  53.  
  54. - Rebuild the user file after you have changed someone's
  55.   alias. Otherwise he wil not be able to login with the 
  56.   new alias. (1.90)
  57.  
  58. - The timeremaining field cannot be activated for an online user.
  59.   This value will become active at the next login.
  60.  
  61.  
  62.  
  63.  
  64.  
  65. The "saveupdownload" utility can be used
  66. to track a user's last upload and download (attempts).
  67.  
  68. examples :
  69.  
  70. CMD = "U"
  71.    {
  72.       XenolinkDoor "^3^15000^Doors:RobTools/SaveUpDownload ~20 ~40 ~46 ~50 UP"
  73.       UploadToCurrentSection
  74.    }
  75.  
  76. CMD = "D"
  77.    {
  78.       XenolinkDoor "^3^15000^Doors:RobTools/SaveUpDownload ~20 ~40 ~46 ~50 DOWN"
  79.       Download
  80.    }
  81.  
  82. Note:
  83.  
  84.  
  85.  
  86. Please report any bugs and or remarks to : R. Veenman
  87.                                            internet robvtnz@xs4all.nl
  88.                                            TNZ bbs +31-2997-4260 
  89.                                            fido 2:280/208.3
  90.                                            
  91.  
  92.  
  93. Suggestions for improvements are very very welcome.
  94.